From: Stan Grishin Date: Tue, 7 Oct 2025 22:42:40 +0000 (+0000) Subject: luci-app-https-dns-proxy: update to 2025.10.07-r1 X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=3101545acf2a42b74163f7d899038194d18bb639;p=project%2Fluci.git luci-app-https-dns-proxy: update to 2025.10.07-r1 * sync with principal package Signed-off-by: Stan Grishin --- diff --git a/applications/luci-app-https-dns-proxy/Makefile b/applications/luci-app-https-dns-proxy/Makefile index 27993f5bb9..d64293b93b 100644 --- a/applications/luci-app-https-dns-proxy/Makefile +++ b/applications/luci-app-https-dns-proxy/Makefile @@ -6,8 +6,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=luci-app-https-dns-proxy PKG_LICENSE:=AGPL-3.0-or-later PKG_MAINTAINER:=Stan Grishin -PKG_VERSION:=2025.05.11 -PKG_RELEASE:=4 +PKG_VERSION:=2025.10.07 +PKG_RELEASE:=1 LUCI_TITLE:=DNS Over HTTPS Proxy Web UI LUCI_URL:=https://github.com/stangri/luci-app-https-dns-proxy/ diff --git a/applications/luci-app-https-dns-proxy/root/usr/libexec/rpcd/luci.https-dns-proxy b/applications/luci-app-https-dns-proxy/root/usr/libexec/rpcd/luci.https-dns-proxy index e6bff4d9cf..710a0f3b47 100755 --- a/applications/luci-app-https-dns-proxy/root/usr/libexec/rpcd/luci.https-dns-proxy +++ b/applications/luci-app-https-dns-proxy/root/usr/libexec/rpcd/luci.https-dns-proxy @@ -14,8 +14,8 @@ readonly packageName="https-dns-proxy" readonly providersDir="/usr/share/${packageName}/providers" -. /lib/functions.sh -. /usr/share/libubox/jshn.sh +. "${IPKG_INSTROOT}/lib/functions.sh" +. "${IPKG_INSTROOT}/usr/share/libubox/jshn.sh" is_enabled() { "/etc/init.d/${1}" enabled; } is_running() { [ "$(ubus call service list "{ 'name': '$1' }" | jsonfilter -q -e "@['$1'].instances[*].running" | uniq)" = 'true' ]; }